home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / opendigi.dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  379 b   |  22 lines

  1. on startMovie
  2.   global mode, captionmode, delaytime
  3.   set mode to "j"
  4.   set captionmode to EMPTY
  5.   set delaytime to 60
  6.   set the exitLock to 1
  7.   envcheck()
  8. end
  9.  
  10. on envcheck
  11.   if the colorDepth < 16 then
  12.     alert(the text of field "NotEnoughDepth")
  13.     alert(the text of field "NotEnoughDepth2")
  14.   end if
  15. end
  16.  
  17. on escape
  18.   if controlDown() then
  19.     go(1, "Mainmenu")
  20.   end if
  21. end
  22.